home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Transportation
/
InventorLabs - Transportation.iso
/
pc
/
builders
/
media
/
netacess
/
url95.dir
/
00012_Script_12
< prev
next >
Wrap
Text File
|
1996-10-10
|
431b
|
19 lines
on exitFrame
global TheWeb, WebError
--
-- Use this handler to launch on a windows machine
-- when the user has installed any system other than AOL
--
if objectP(TheWeb) then
set WebError = TheWeb(mOpenURL,"http://www.hminet.com","","")
if WebError <> 0 then
set the text of member "ErrorReport" to TheWeb(mGetWebError,WebError)
go "Continue"
end if
end if
end